home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / castle61.zip / CASTLE.BAT < prev    next >
DOS Batch File  |  1991-02-06  |  228b  |  11 lines

  1. REM
  2. REM Sample batchfile to call up game set for GAP BBS's.
  3. REM Path to caller file (DOOR.SYS) is place in the DCASTLE.CFG file!
  4. REM
  5. @ECHO OFF
  6. CD C:\BBS\GAME12
  7. DCASTLE /GAP
  8. CD C:\BBS
  9. ECHO Now returning to BBS!
  10. GAP.EXE
  11.